func math.cbrt

2 uses

	math (current package)
		cbrt.go#L30: 	return cbrt(x)
		cbrt.go#L33: func cbrt(x float64) float64 {